home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / SpaceExplorer.swf / scripts / frame_5 / DoAction.as
Text File  |  2006-06-13  |  335b  |  21 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(Key.isDown(80) && getTimer() - getT > 500)
  5.    {
  6.       getT = getTimer();
  7.       if(_root.ok == 1)
  8.       {
  9.          _root.ok = 0;
  10.       }
  11.       else
  12.       {
  13.          _root.ok = 1;
  14.       }
  15.    }
  16. };
  17. _root.fuel = 1000;
  18. _root.ship._x = 230;
  19. _root.ship._y = 50;
  20. _root.ok = 1;
  21.